Overload | Description |
---|---|
EndWithEquivalentOf(String,String,Object[]) | Asserts that a string ends with the specified expected, including any leading or trailing whitespace, with the exception of the casing. |
EndWithEquivalentOf(String,Func<EquivalencyOptions<String>,EquivalencyOptions<String>>,String,Object[]) | Asserts that a string ends with the specified expected, using the provided config. |